home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-01 / nfpatchs.zip / PAT7.DOC < prev    next >
Text File  |  1992-03-07  |  1KB  |  41 lines

  1. ---------------------------------------------------------------------
  2. Nanforum Toolkit v2.0 Patch #7    3/7/92
  3. ---------------------------------------------------------------------
  4.  
  5. Mark K. Zechiel discovered a bug in the ft_workdays() function where
  6. the incorrect number of workdays was reported when <dStart> was a
  7. Tuesday through Friday and <dStop> was a multiple of 7 days away from
  8. dStart (i.e., 7, or 14, or 21, etc).
  9.  
  10. In order to update your library, just replace WORKDAYS.PRG in your
  11. NFSRC.ZIP with the attached WORKDAYS.PRG (if you downloaded the source
  12. code).
  13.  
  14. Then, you need a library utlitity (LIB.EXE comes with many versions
  15. of DOS, and with most compilers).  If you know what to do, simply
  16. replace the .OBJ module with the new one that is included in
  17. this patch file.  
  18.  
  19. If you don't have a LIB utility, you can find one by going to the MSL 
  20. forum on CompuServe and downloading S12776.ARC.
  21.  
  22. The procedure, for those not sure:
  23.  
  24. 1.  Make a safe copy of NANFOR.LIB as a backup.
  25.  
  26. 2.  Change to the directory where NANFOR.LIB is located.
  27.  
  28. 3.  Put WORKDAYS.OBJ in the same directory as NANFOR.LIB.
  29.  
  30. 4.  Type
  31.         
  32.          LIB NANFOR -+ WORKDAYS;
  33.  
  34. That should do it.  
  35.  
  36. Remember to report all strange stuff in Section 5 on Nanforum! If you
  37. have any problems, please contact me so I can help you get them
  38. fixed.
  39.  
  40. Glenn Scott [71620,1521]
  41.